object dlgBackupRun: TdlgBackupRun Left = 0 Top = 0 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog ClientHeight = 121 ClientWidth = 494 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter DesignSize = ( 494 121) PixelsPerInch = 96 TextHeight = 13 object ProgressBar: TJvXPProgressBar Left = 8 Top = 38 Width = 481 Height = 25 Smooth = True Anchors = [akLeft, akTop, akRight] end object lblStatus: TBwLabel Left = 10 Top = 16 Width = 477 Height = 13 Anchors = [akLeft, akTop, akRight] AutoSize = False ShortenCaption = False MinimizePath = True end object LblNote: TBwLabel Left = 10 Top = 72 Width = 477 Height = 13 Anchors = [akLeft, akTop, akRight] AutoSize = False WordWrap = True ShortenCaption = False MinimizePath = False end object btnOK: TTntButton Left = 200 Top = 92 Width = 75 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TTntButton Left = 200 Top = 92 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 0 OnClick = btnCancelClick end end